home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 001 / mousprcm.arc / MOUSPRCM.DOC < prev    next >
Text File  |  1987-07-24  |  1KB  |  30 lines

  1.                                 MOUSPRCM
  2.         
  3.         The format to invoke the Microsoft Mouse for Procomm is:
  4.         
  5.                         MENU PROCOMM
  6.         
  7.                    (You must own a copy of MicroSoft's MENU.COM
  8.                     which is a copywrited product of MicroSoft)
  9.  
  10.         Then start Procomm. Pressing both buttons pops up the help menu 
  11.         and you can select the desired action using the mouse.
  12.         
  13.         The file PROCOMM.DEF is the source, and PROCOMM.MNU is the 
  14.         compiled menu program to run under MENU.COM. The source is 
  15.         included to illustrate how a mouse menu program is constructed, 
  16.         and can be modified to your preferences if you have the compiler 
  17.         MAKEMENU.EXE.
  18.         
  19.         The files GEN.DEF and GEN.MNU are included to define a generic 
  20.         mouse for use in application programs to move the cursor and enter 
  21.         data. The left button is Enter, the right button is Escape, and 
  22.         both buttons together are the Spacebar. Invoke it by:
  23.                         
  24.                         MENU GEN
  25.  
  26.         P.S. MENU.COM and MAKEMENU.EXE are included with the MicroSoft
  27.         MOUSE.
  28.         
  29.         
  30.